clearEntry
Clears an entry from the cache based on the provided userIDEntity. This also closes the database driver, which causes SQLite to delete the shared in-memory database.
Return
true if the entry was successfully cleared, false if it didn't exist.
Parameters
userIDEntity
The UserIDEntity representing the entry to be cleared.